home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Control Common
/
CCurrentResource.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-17
|
222 b
|
14 lines
|
[
TEXT/CWIE
]
#include "CCurrentResource.h"
CCurrentResource::CCurrentResource(short NewResRefNum)
{
InResRefNum = ::CurResFile();
::UseResFile(NewResRefNum);
}
CCurrentResource::~CCurrentResource()
{
::UseResFile(InResRefNum);
}